Net watchdog for OpenWrt

Lately, my cable connection gets disconnected too often. To automate reconnection, I installed a simple watchdog script that pings outside address and if there is no response it restarts router network. It’s not most efficient, since only WAN needs to be restarted, but it does the job. Here is a simple watchdog script. #!/bin/sh n=0 … Continue reading Net watchdog for OpenWrt